Return

Edit Task: SetTaskResourceRatePeriod

Format

SCHED / EditTask '<TaskName>' SetTaskResourceRatePeriod '<ResourceName>' <RatePeriod>

Description

The SetTaskResourceRatePeriod attribute under EditTask defines the resource usage's rate period duration for all of the task's possibilities. This command does not change the amount of resource usage, only the rate (i.e., if a resource was set to be used at a rate of 10 Mb per minute, this command can only change the rate from 1 minute to another time).

Parameters

ParameterDescription
ResourceNameA string of text in single quotes of the resource that is being defines within the command.
RatePeriodA double value that represents seconds(millisecond fidelity) that is greater than 0.001. This is used in conjunction with the RateAmount to determine how much change will occur to the resource capacity per rate period when assigned.

Examples

Change the resource usage rate to 23s for all possibilities that use ResB in TaskA.

SCHED / EditTask 'TaskA' SetTaskResourceRatePeriod 'ResB' 23